home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 32
/
CD Expert nº 32.iso
/
video
/
SMK.dir
/
00002_Script_2
< prev
next >
Wrap
Text File
|
1998-05-25
|
561b
|
24 lines
on exitFrame
if the deskTopRectList=[rect(0, 0, 640, 480)] then
openXlib the pathName&"xtras\SmackX32"
go to "640"
end if
if the deskTopRectList=[rect(0, 0, 800, 600)] then
openXlib the pathName&"xtras\SmackX32"
go to "800"
end if
if the deskTopRectList=[rect(0, 0, 1024, 768)] then
openXlib the pathName&"xtras\SmackX32"
go to "1024"
end if
if the deskTopRectList=[rect(0, 0, 1280, 1024)] then
openXlib the pathName&"xtras\SmackX32"
go to "1280"
end if
go to the frame
end